.head ul li.active a {
    color: #B9121A;
}
.head ul li.active::after {
    content: '';
    width: 100%;
    height: 5px;
    border-radius: 97px;
    background: #B9121A;
    position: absolute;
    bottom: -15px;
    left: 0;
}

.con1 {
    margin-top: 40px;
    overflow: hidden;
}
.bwgun {
    float: left;
}
.zgtit {
    background: url(/res/museum/structure/220610358.png) no-repeat;
    height: 65px;
    margin-bottom: 30px;
}
.zgtit span {
    font-size: 22px;
    font-weight: bold;
    display: inline-block;
    margin: 10px 40px;
}
.bwgun .bwgun-l {
    float: left;
    position: relative;
    padding-left: 20px;
    margin-right: 30px;
}
.bwgun .bwgun-l::before {
    content: '';
    display: block;
    width: 50px;
    height: 230px;
    background: #B9121A;
    position: absolute;
    left: 0;
    top: -10px;
    z-index: -1;
}
.bwgun .bwgun-r {
    float: left;
    width: 435px;
}
.bwgun .bwgun-r ul.bwgun-r-top {
    display: flex;
    justify-content: space-around;
    align-items: center;
    background: url(/res/museum/structure/220610379.png) no-repeat;
    height: 78px;
    margin-bottom: 20px;
}
.bwgun .bwgun-r ul.bwgun-r-top li {
    text-align: center;
}
.bwgun .bwgun-r ul.bwgun-r-top li em {
    color: #B9121A;
    font-weight: bold;
}
.bwgun .bwgun-r ul.bwgun-r-top li span {
    display: block;
    font-size: 12px;
    color: #999;
    margin-top: 5px;
}
.bwgun .bwgun-r span#Description {
    line-height: 2;
}

.banner .swiper-slide {
    height: 400px;
    /* overflow: hidden; */
}
.banner .swiper-slide img {
    width: 100%;
}
/*联系我们*/
.callmy {
    float: right;
}
.callmy p {
    margin-bottom: 10px;
}
/*资讯*/
.zgtit a {
    color: #B9121A;
    float: right;
    margin-top: 30px;
}
.zxplat {
    background: #F7F7F7;
    padding: 20px;
    overflow: hidden;
}
.zxplat-l {
    width: 480px;
    height: 320px;
    float: left;
}
.zxplat-l span#ReportIDname {
    display: block;
    width: 100%;
    line-height: 50px;
    background: rgba(0,0,0,.5);
    position: absolute;
    bottom: 0;
    left: 0;
}
.zxplat-l span#ReportIDname a {
    color: #FFF;
    font-weight: bold;
}
.zxplat-l .swiper-slide img {
    width: 100%;
}
.zxplat-l .swiper-pagination {
    text-align: right;
    padding-right: 20px;
    box-sizing: border-box;
}
.zxplat-l .swiper-pagination .swiper-pagination-bullet-active {
    background: #B9121A;
}
.zxplat-r {
    float: left;
    width: 650px;
    margin-left: 25px;
}
.zxplat-r ul li {
    line-height: 3.3;
    border-bottom: 1px dashed #ccc;
    position: relative;
    padding-left: 10px;
}
.zxplat-r ul li::before {
    content: '·';
    font-size: 26px;
    color: #B9121A;
    position: absolute;
    top: -16px;
    left: 0;
}

/*典藏*/
.dcel-l {
    width: 735px;
    float: left;
}
.dcel-l ul {
    display: flex;
    justify-content: space-between;
}
.dcel-l ul li {
    background: url(/res/museum/structure/220611917.png) no-repeat;
    width: 235px;
}
.dcel-l ul li span#StampIDpicture {
    display: block;
    width: 230px;
    height: 200px;
    text-align: center;
}
.dcel-l ul li img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.dcel-l ul li span#StampIDsubject {
    display: block;
    text-align: center;
    height: 60px;
    line-height: 1.6;
}
.dcel-r {
    width: 420px;
    float: right;
}
.dcel-r video {
    width: 100%;
    height: 260px;
}
.dcel-r span#ReportIDname {
    display: block;
    text-align: center;
}